-
Notifications
You must be signed in to change notification settings - Fork 114
Forward-merge branch-25.05 into branch-25.08 #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adds additional termination info for dual simplex. This allows users to get the same info from either solver when using Concurrent mode. Authors: - Chris Maes (https://github.com/chris-maes) Approvers: - Nicolas Blin (https://github.com/Kh4ster) URL: #33
|
FAILURE - Unable to forward-merge due to an error, manual merge is necessary. Do not use the IMPORTANT: When merging this PR, do not use the auto-merger (i.e. the |
…unds lookup with wrong variable id (#36) Previously, we fixed the bug of fixed problems using wrong probing cache ids by having an origial variable id map. However, after the merge of load balanced versions, the fix was ommited in the load balanced versions. There was a related probing cache lookup bug in which we were using the fixed original problems variables ids with the fixed problems host bounds. Now this is solved by keeping a reverse map too. Authors: - Akif ÇÖRDÜK (https://github.com/akifcorduk) Approvers: - Kumar Aatish (https://github.com/kaatish) - Chris Maes (https://github.com/chris-maes) URL: #36
* Address review comments * Add cli.rst * Cleanup CLI docs * Fix warnings and errors * Move commandline interface two levels up * Fix review comments * Adding changes from Andrew to add versions and adding link to cli * Update lp-milp-c-api.rst * changes for project.json and typedef header fix * Update cli-examples.rst * Update introduction.rst * Updates to faq.rst, introduction.rst, lp-features.rst, lp-milp-settings.rst, milp-features.rst, release-notes.rst, routing-features.rst * features and release notes * update * fix container path * fix container path * Move thirdparty files to directory and clean it * Update introduction.rst * Update brev details and add project.json * Changes to make cuOptCreateProblem consistent with cuOptCreateRangedProblem * deprecate cuda 11 support * Add rapids logger to rpath * Add cli test * fix issues * add a sample mps file for test * fix tests in docs * pre-commit changes * remove third party modeling languges for now from docs * Remove modeling language details * fix doc * update doc * Update introduction.rst * Update release-notes.rst * Update lp-features.rst * Update lp-example.rst * Update milp-examples.rst * Update cli-examples.rst * Update lp-features.rst * Update milp-features.rst * Update lp-features.rst * Update milp-features.rst * Update introduction.rst * Update introduction.rst * add cli to bin * update intro * APTH * disable cli test inwheels * Add cli support * Add path for testing --------- Co-authored-by: Rajesh Gandham <rgandham@nvidia.com> Co-authored-by: Chris Maes <cmaes@nvidia.com>
Temporary band-aid for rapidsai/cuopt#2489, as the underlying issue is difficult to debug and possibly a CUB/cuSparse bug Under high workloads, it appears calls to cusparse's CSR transpose algorithm return an off-by-one error in one of the indices. This only manifests in the ARM CI in the FJ tests on a specific instance. This PR disables the tests on this instance when building on ARM to work around this issue until the root bug is fixed. Authors: - Alice Boucher (https://github.com/aliceb-nv) Approvers: - Rajesh Gandham (https://github.com/rg20) URL: #39
…on3.12 (#38) Libcuopt wheel is a wrapper arounf C++ layer and there is nothing specific with respect to python version, so we just need to build for python3 version for different cuda and archs. This also adds updates to README to add build status Authors: - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Trevor McKay (https://github.com/tmckayus) URL: #38
Address VDR and VPR review comments Authors: - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Cindy Wilkinson (https://github.com/cwilkinson76) - Chris Maes (https://github.com/chris-maes) - Rajesh Gandham (https://github.com/rg20) - Trevor McKay (https://github.com/tmckayus) URL: #41
Forward-merge triggered by push to branch-25.05 that creates a PR to keep branch-25.08 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.